func runtime.mutexProfileInternal

3 uses

	runtime (current package)
		mprof.go#L1223: 	n, ok = mutexProfileInternal(len(p), func(r profilerecord.BlockProfileRecord) {
		mprof.go#L1236: func mutexProfileInternal(size int, copyFn func(profilerecord.BlockProfileRecord)) (n int, ok bool) {
		mprof.go#L1260: 	return mutexProfileInternal(len(p), func(r profilerecord.BlockProfileRecord) {